Skip to main content
GET
/
v1
/
tag
/
{uid}
/
stats
[TBC] /publisher/:uid/stats
curl --request GET \
  --url https://api.tagdeliver.com/v1/tag/{uid}/stats \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "hasData": false,
    "start": "2025-09-30",
    "end": "2025-10-29",
    "dates": [],
    "stats": [],
    "totals": []
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
integer
required

Publisher ID

Response

200 - application/json
results
object
required
success
boolean
required